home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000329_jaltman@columbia.edu_Tue Feb 18 08:54:34 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  71 lines

  1. Article: 14126 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.mathworks.com!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  3. From: Jeffrey Altman <jaltman@columbia.edu>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Running multiple kermit scripts on one connection
  9. References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518707.D695EA5B@bom.gov.au> <62g4a.27918$Mh3.8395448@twister.nyc.rr.com> <D8g4a.27946$Mh3.8399947@twister.nyc.rr.com> <3E519827.65765197@bom.gov.au> <VUg4a.28137$Mh3.8435684@twister.nyc.rr.com> <3E51A220.43AC9BBF@bom.gov.au> <3E51A31F.B138C7AD@bom.gov.au>
  10. In-Reply-To: <3E51A31F.B138C7AD@bom.gov.au>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 48
  14. Message-ID: <uth4a.28322$Mh3.8460981@twister.nyc.rr.com>
  15. Date: Tue, 18 Feb 2003 03:09:14 GMT
  16. NNTP-Posting-Host: 66.108.138.151
  17. X-Complaints-To: abuse@rr.com
  18. X-Trace: twister.nyc.rr.com 1045537754 66.108.138.151 (Mon, 17 Feb 2003 22:09:14 EST)
  19. NNTP-Posting-Date: Mon, 17 Feb 2003 22:09:14 EST
  20. Organization: Road Runner - NYC
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14126
  22.  
  23. SET CARRIER-WATCH OFF
  24. if you do not have a connection
  25.  
  26. Bruce Stewart wrote:
  27. > One thing I just noticed though, I can't use output to send text.
  28. > From connect mode I type it comes through, but if I use the
  29. > output command, nothing happens.
  30. > Bruce Stewart wrote:
  31. >>I tried it again without the underscore, and I think it worked.
  32. >>
  33. >>To test it, once I did the settings (steps 1 to 5), I dialed the other
  34. >>computer. On the other computer I had just hyperterminal running.
  35. >>I answered, and thus got a connection between computers.
  36. >>I then escaped out of the connect window. I then did step 6.
  37. >>It successfully ran the other instance of kermit. To test if I could really
  38. >>use this connection, I went into connect mode. Wrote jibberish
  39. >>and saw it in the hyperterminal window on the other machine.
  40. >>
  41. >>So, I assume it works.
  42. >>
  43. >>Thanks very much for you help and also Franks help.
  44. >>
  45. >>"Jeffrey Altman [Road Runner NYC]" wrote:
  46. >>
  47. >>
  48. >>>Sorry, underscores are only used for network connections
  49. >>>
  50. >>>   run k95.exe -Y -l \v(ttyfd)
  51. >>>
  52. >>>Bruce Stewart wrote:
  53. >>>
  54. >>>>I tried testing it from kermit, following are the steps I took:
  55. >>>>
  56. >>>>1-opened an instance of kermit 95 release 2.1.3 (Try-before-you-buy copy)
  57. >>>>2-set port 2
  58. >>>>3-set carrier-watch off
  59. >>>>4-set modem none
  60. >>>>5-set flow-control rts/cts
  61. >>>>6-run k95 -Y -l _\v(ttyfd)
  62. >>>>
  63. >>>>still had same result: "can't open device"
  64. >>>>
  65.  
  66.